home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 4 / Gold Medal Software - Volume 4 (Gold Medal) (1994).iso / netutils / inetcon1.arj / COREINS.IN_ / COREINS.IN
Text File  |  1994-03-24  |  424b  |  9 lines

  1. '***************************************************************************
  2. '****************     COREWSDS-specific install API ************************
  3. '***************************************************************************
  4.  
  5. DECLARE SUB ExpandWin LIB "coreins.dll" (hwnd%)
  6. DECLARE FUNCTION ProbeVxd LIB "coreins.dll" AS INTEGER
  7. DECLARE FUNCTION WinExecAndWait LIB "coreins.dll" (hwnd%,cmd$,show%) AS INTEGER
  8.  
  9.